home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1741 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.8 KB

  1. Path: Portugal.EU.net!usenet
  2. From: Infor-d@individual.puug.pt (Pedro Esteves Pinto)
  3. Newsgroups: comp.lang.c++,comp.lang.pascal.delphi.misc,comp.os.ms-windows.programmer.tools.misc,alt.folklore.computers
  4. Subject: Re: C++ with Zapp vs. Delphi
  5. Date: 12 Jan 1996 13:35:51 GMT
  6. Organization: PUUG (individual services)
  7. Message-ID: <4d5o3n$9t7@news.puug.pt>
  8. References: <4cfor8$qno@picasso.op.net> <lKI7w0JfF61N089yn@oslonett.no> <rq+8w0JfFC7A089yn@oslonett.no>
  9. NNTP-Posting-Host: lisboa-dial210.puug.pt
  10. X-Newsreader: WinVN 0.92.6+
  11.  
  12. In article <rq+8w0JfFC7A089yn@oslonett.no>, mobergru@oslonett.no (Rune Moberg) says:
  13.  
  14. >
  15. >As for language features, Delphi lacks: Multiple Inheritance and Overloading.
  16. >In return, it provides a neater language which is more maintainable and
  17. >allows for faster development (RAD).
  18. >
  19.  
  20. Having used a mix of C++  and Delphi  in a recent project I would say that 
  21. problably Delphi is better for anything that envolves interaction with
  22. the Windows (yuck) API. But C++ still has some essential (for me) stuff.
  23. For one, portability. You can find C++ anywhere from Unix to Mac and PC.
  24. For the other code. There are tons of C++/C code you can use for free. 
  25. Altough Delphi already has some nice programmers out there doing good stuff
  26. and sharing it its still mainly GUI stuff. I don't know how easy it would 
  27. be to find numerical analysis libs or parsing engines generators. Also C++ has STL
  28. (Standard Template Library) which is IMHO one of the best reasons to stick
  29. whit it. Templates are pretty cool and I don't think Delphi supports that.
  30.  
  31. I found the mixed model (C++ for the backbone of the app and Delphi for
  32. the interface) very effective. Sometimes its a bit tricky to debug and
  33. you have to be carefull about the datatypes that get exchanged between 
  34. C++ and Delphi but still ...
  35.  
  36. Pedro
  37.  
  38.  
  39.